summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/shortcut.xml
blob: c749e5d729a2f6208c0466b4c8fa9873273ed9d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item>
        <color android:color="@android:color/white" />
    </item>
    <item android:id="@+id/shortcut_foreground">
        <bitmap android:src="@drawable/default_icon" />
    </item>

</layer-list>